CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - canny 算子 边缘 检测

搜索资源列表

  1. canny

    0下载:
  2. canny算子在MATLAB下实现边缘检测-canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1430
    • 提供者:kevinfjm
  1. Canny

    0下载:
  2. 基于canny算子的边缘检测,效果良好,但只支持256色的位图。-Based on canny edge detection operator, result is good, but only 256-color bitmap support.
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3331393
    • 提供者:张玉良
  1. Canny

    0下载:
  2. 能够将一副图像用Canny算子进行边缘检测的小程序-Can be an image with a Canny edge detection operator is a small program
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:159733
    • 提供者:Tony
  1. codefile

    0下载:
  2. 20多个常用vc++的数字图象处理算法实现。包括二值化变化、反色、直方图均衡、灰度均衡、阈值变换、图像旋转、高斯平滑、边缘检测、hough变换、均值滤波、傅立叶变换、离散余弦变换、canny算子边缘提取、逆滤波和维纳滤波等。-Vc++ in more than 20 commonly used digital image processing algorithms. Including binary change, anti-color, histogram equalization, gray
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3732188
    • 提供者:林涛
  1. Canny

    0下载:
  2. VS2005 下编写的CANNY算子。有源码和测试图片,可用于研究边缘检测。-VS2005 prepared CANNY Operator. A source and test images, can be used to study the edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3074770
    • 提供者:Ivan.Ru
  1. canny

    0下载:
  2. 在opencv下实现canny算子的边缘检测。-Use the algorithm of canny to achieve edge detection in OpenCV.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1449694
    • 提供者:liufang
  1. canny

    0下载:
  2. Canny算子可有效的检测图像的边缘,得到较为清晰,较为准确的边缘。-Canny operator can effectively detect the edges of the image to get a more clear, more precise edges.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3482
    • 提供者:陈阳
  1. edgematlab

    0下载:
  2. 边缘检测,sobel,canny,Roberts,等算子边缘检测matlab代码-Edge detection, sobel, canny, Roberts, and other operator edge detection matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:418832
    • 提供者:youyou
  1. canny

    0下载:
  2. matlab基于canny算子进行图像的边缘检测-Canny edge detector algorithm matlab codes
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1863
    • 提供者:caomengxia
  1. canny

    0下载:
  2. 基于matlab的canny算子的边缘检测-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1435
    • 提供者:nannan
  1. canny

    0下载:
  2. 一个关于canny算子进行边缘检测的源代码。先是对对图像进行高斯滤波,然后计算梯度的幅值和方向。-One on canny edge detection operator to the source code. First, pairs of Gaussian image filtering, and then calculate the gradient of the magnitude and direction.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1101
    • 提供者:李明
  1. canny

    0下载:
  2. 利用canny算子对lena原图进行canny边缘检测, 可以变换阈值进而得到不同的边缘-Lena by canny operator of the original image for canny edge detection, you can change the threshold and then get a different edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:215589
    • 提供者:sunxiaowen
  1. Edge

    0下载:
  2. 使用C#实现图像边缘提取和检测的各种算子,包括模板算子,高斯算子,Canny算子,灰度形态学,小波变换和金字塔更等,算法完善,界面简洁,功能强大。-Use C# Image Edge Extraction and detection of various operators, including the template operator, Gaussian operator, Canny operator, gray morphology, wavelet transform and pyra
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:125870
    • 提供者:Andox
  1. edgelena

    0下载:
  2. sobel canny等算子边缘检测 matlab程序-edge detection useing sobel canny and so on.matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:47242
    • 提供者:gs
  1. canny-web

    0下载:
  2. Canny 边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。更为重要的是 Canny 创立了边缘检测计算理论(Computational theory of edge detection)解释这项技术如何工作。-Canny edge detection operator is the John F. Canny in 1986, developed a multi-level edge detection algorithm. More important
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3869527
    • 提供者:joseph
  1. Using-Canny-edge-extraction-operator

    0下载:
  2. 边缘检测:用canny算子提取边缘,原始lena图像。这是边缘检测的一种方法-Edge detection: The canny operator edge extraction, the original lena image. This is a method of edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5595559
    • 提供者:王兴杰
  1. canny

    0下载:
  2. canny算子图像边缘检测,在vc中测试,可以提取图像中的边缘轮廓-Canny operator image edge detection, in the VC test, can extract the image edge contour
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:474750
    • 提供者:workdk
  1. Canny

    0下载:
  2. 基于CANNY算子的边缘检测算法;该算法能快速提取图像的边缘-canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4183639
    • 提供者:wangjun
  1. Canny-operator-on-edge-detection

    0下载:
  2. 采用Canny算子进行边缘检测,常应用于数字图像处理-The Canny operator on edge detection, often used in the digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3929820
    • 提供者:jianghui
  1. canny

    0下载:
  2. 该程序利用VC作为编程工具,实现了canny算子图像的边缘检测。文件夹中附含一幅测试图片作为样例。-The program using VC as a programming tool, realize the canny operator image edge detection. The folder containing a picture with test picture as the sample.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1654280
    • 提供者:陈思
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com